CoalesceString(string[] args) Method
Returns the first non-null (Nothing in Visual Basic) and non-System.String.Empty expression among its arguments.
Syntax
public
static
string CoalesceString(string[] args)
Parameters
- args
- Type: string[]
Objects to convert to strings and test for null (Nothing in Visual Basic) or empty.
Returns
First non-null (Nothing in Visual Basic) and non-System.String.Empty value.